home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / chatmail / isfile / isfile.doc < prev   
Text File  |  1990-09-30  |  564b  |  17 lines

  1. I have written ISFILE in order to signal my users if they have new mail at
  2. login time without loading any resident program. Here is how I have modified
  3. the system login script:
  4.  
  5. #ISFILE F:\MHS\MAIL\USERS\%LOGIN_NAME\DVSEMAIL
  6. IF ERROR_LEVEL > "0" THEN BEGIN
  7.    FIRE PHASERS 3 TIMES
  8.    WRITE "\n%FULL_NAME, you have %ERROR_LEVEL new message(s)..."
  9.    WRITE "Start the mail program by typing \"EMAIL\"!\n"
  10. END
  11.  
  12. These commands assume that you use the DaVinci eMail program, and that the
  13. MHS root directory is F:\MHS.
  14.  
  15. Francois Bergeon
  16. CIS: 73377,3170
  17.